IInfoDisplayStyleSet interface ¶
Namespace: NextDesign.Desktop
Description¶
It is a style set for displaying error information/search result information. You can name and manage predetermined styles. This style set is managed by the workspace and shared by all extensions.
Affiliation area¶
Name | Description |
---|---|
Search/Error/Output | A group of APIs to access error information, search results, and output windows. |
Property¶
Name | Description |
---|---|
Styles | Style list |
method¶
Name | Description |
---|---|
ClearAllStyles | Clear all styles managed by this style set. |
ClearStyle | Clears the style with the specified name. Nothing is done if the corresponding style does not exist. |
CreateStyle | Creates a style with the specified name. However, if a style with that name already exists, it will be returned. |
GetStyle | Gets the style with the specified name. Returns null if no style with that name exists. |